Edit Task: DurationMinOverlap
Description
The DurationMinOverlap attribute under EditTask defines the minimum duration of overlap between adjacent assignments for this task. This value is only applicable if DurationIsOverlapRequired is set to TRUE.
Parameters
| Parameter | Description |
|---|---|
| DurationMinOverlap | A double value greater than or equal to zero that defines the task's minimum overlap duration constraint between this task's assignments. Any two assignments can overlap by a minimum of this duration value. Used when DurationIsOverlapRequired = true. |
Examples
Sets the min overlap duration to 10s.
PATCH api/task/TaskA
Body:
{
"DurationMinOverlap" : "10"
}
